object notesdialog: Tnotesdialog Left = 445 Top = 183 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Clean System Notes:' ClientHeight = 418 ClientWidth = 410 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object okbutton: TButton Left = 320 Top = 376 Width = 75 Height = 33 Caption = '&Ok' TabOrder = 0 OnClick = okbuttonClick end object memo: TRichEdit Left = 16 Top = 16 Width = 377 Height = 353 Lines.Strings = ( 'memo') ScrollBars = ssBoth TabOrder = 1 end end